home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / bits / elfclass.h < prev    next >
C/C++ Source or Header  |  2006-05-08  |  426b  |  15 lines

  1. /* This file specifies the native word size of the machine, which indicates
  2.    the ELF file class used for executables and shared objects on this
  3.    machine.  */
  4.  
  5. #ifndef _LINK_H
  6. # error "Never use <bits/elfclass.h> directly; include <link.h> instead."
  7. #endif
  8.  
  9. #include <bits/wordsize.h>
  10.  
  11. #define __ELF_NATIVE_CLASS __WORDSIZE
  12.  
  13. /* The entries in the .hash table always have a size of 32 bits.  */
  14. typedef uint32_t Elf_Symndx;
  15.